home *** CD-ROM | disk | FTP | other *** search
- /*
- * This is a patch for the port of LGRIND to the Apple Macintosh MPW Shell 3.2.
- * The lgrind-file "regexp.c" refers to a <malloc.h> which is not very ANSI,
- * and doesn't exist in the MPW Shell.
- * Fixed by rerouting to <stdlib.h>.
- */
-
- #ifndef MPW
- #error Do you really want to reroute the Unix "#include <malloc.h>" to "<stdlib.h>" ?
- #endif
-
- #include <stdlib.h>
-